home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / muds / pennmush.000 / pennmush-1.50-p8-linux.tar / pennmush / bigrams.h.dist < prev    next >
Text File  |  1992-03-25  |  1KB  |  28 lines

  1. /* bigrams.h */
  2.  
  3. /* You can get slightly better compression by fine-tuning this table.
  4.  * The table provided here is from the TinyMUD database. It is not
  5.  * the optimum table for a MUSH. Please check the README file in
  6.  * the cprs directory for details on how to generate a better table.
  7.  */
  8.  
  9. /* Top 128 bigrams in the CMU TinyMUD database as of 2/13/90 */
  10. static const char *tokens[NUM_TOKENS] =
  11. {
  12.   "e ", " t", "th", "he", "s ", " a", "ou", "in",
  13.   "t ", " s", "er", "d ", "re", "an", "n ", " i",
  14.   " o", "es", "st", "to", "or", "nd", "o ", "ar",
  15.   "r ", ", ", "on", " b", "ea", "it", "u ", " w",
  16.   "ng", "le", "is", "te", "en", "at", " c", "y ",
  17.   "ro", " f", "oo", "al", ". ", "a ", " d", "ut",
  18.   " h", "se", "nt", "ll", "g ", "yo", " l", " y",
  19.   " p", "ve", "f ", "as", "om", "of", "ha", "ed",
  20.   "h ", "hi", " r", "lo", "Yo", " m", "ne", "l ",
  21.   "li", "de", "el", "ta", "wa", "ri", "ee", "ti",
  22.   "no", "do", "Th", " e", "ck", "ur", "ow", "la",
  23.   "ac", "et", "me", "il", " g", "ra", "co", "ch",
  24.   "ma", "un", "so", "rt", "ai", "ce", "ic", "be",
  25.   " n", "k ", "ge", "ot", "si", "pe", "tr", "wi",
  26.   "e.", "ca", "rs", "ly", "ad", "we", "bo", "ho",
  27.   "ir", "fo", "ke", "us", "m ", " T", "di", ".."};
  28.